net/http.http2http2Config.MaxUploadBufferPerStream (field)

7 uses

	net/http (current package)
		h2_bundle.go#L1059: 	MaxUploadBufferPerStream     int32
		h2_bundle.go#L1076: 		MaxUploadBufferPerStream:     h2.MaxUploadBufferPerStream,
		h2_bundle.go#L1131: 		http2setDefault(&conf.MaxUploadBufferPerStream, 1, math.MaxInt32, 1<<20)
		h2_bundle.go#L1133: 		http2setDefault(&conf.MaxUploadBufferPerStream, 1, math.MaxInt32, http2transportDefaultStreamFlow)
		h2_bundle.go#L1182: 		conf.MaxUploadBufferPerStream = int32(h2.MaxReceiveBufferPerStream)
		h2_bundle.go#L4500: 		initialStreamRecvWindowSize: conf.MaxUploadBufferPerStream,
		h2_bundle.go#L8252: 		initialStreamRecvWindowSize: conf.MaxUploadBufferPerStream,